home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / pcwmultiboot / pcwMultiboot.exe / BootCD / MyBootCD / Images / FREEDOS.IMG / FDISK.INI < prev    next >
Text File  |  2003-07-28  |  8KB  |  233 lines

  1. ; Initialization file for Free FDISK
  2. ;
  3. ; This file sets various options for Free FDISK as described below.
  4. ;
  5. ;
  6. ; Note:  This file is optional.  If this file is not found the default
  7. ;          settings will be utilized.  Blank lines are not allowed
  8. ;          in this file.
  9. ;
  10. ; Syntax:
  11. ;
  12. ; ALLOW_4GB_FAT16={TRUE | FALSE}
  13. ; ALLOW_ABORT={TRUE | FALSE}                    
  14. ; AMBR={ON | OFF}            
  15. ; CHECKEXTRA={TRUE | FALSE}
  16. ; COLORS={0<=N<=127}
  17. ; D_ALL={ON | OFF}
  18. ; D_CMD_ARG={ON | OFF}
  19. ; D_CR_PART={ON | OFF}
  20. ; D_DET_FR_SPC={ON | OFF}
  21. ; D_INPUT={ON | OFF}
  22. ; D_PATH={ON | OFF}
  23. ; D_READ_S={ON | OFF}
  24. ; DEL_ND_LOG={ON | OFF}
  25. ; DRIVE=#-####-###-##
  26. ; EMULATE_DISK={OFF | 1<=N<=8}
  27. ; FLAG_SECTOR={0 | 2<=N<=64 | 256}
  28. ; LABEL={ON | OFF}
  29. ; MONO={ON | OFF}
  30. ; REBOOT={ON | OFF}
  31. ; SET_ANY_ACT={TRUE | FALSE}
  32. ; VERSION={4 | 5 | 6 | FD | W95 | W95B | W98}
  33. ; WRITE={ON | OFF}
  34. ; XO={ON | OFF}
  35. ;
  36. ; Note:  The "=" sign in the above syntax is optional.
  37. ;
  38. ; Description:
  39. ;
  40. ; ALLOW_4GB_FAT16
  41. ;            TRUE   Permits the creation of 4GB, FAT16, partitions.
  42. ;         *  FALSE  Limits the maximum FAT16 partition size to 2GB.
  43. ;
  44. ; ALLOW_ABORT
  45. ;            TRUE   Allows the user to abort Free FDISK without making
  46. ;                     any changes to the hard disks(s).
  47. ;         *  FALSE  Normal operation.
  48. ;
  49. ; AMBR       ON     Writes an alternate boot loader from the file "boot.mbr."
  50. ;                     See the documentation for more details.
  51. ;         *  OFF    Writes BootEasy as the boot loader.
  52. ;
  53. ; CHECKEXTRA        Checks for an extra, unreported, cylinder of space near
  54. ;                     the end of all hard drives.
  55. ;         *  TRUE          
  56. ;            FALSE    
  57. ;
  58. ; COLORS            Changes the screen colors.
  59. ;         *  7      Light Grey on Black
  60. ;            0 TO 127   
  61. ;
  62. ; D_ALL      ON     Show all debugging information for functions that have
  63. ;                     built-in debugging capability.
  64. ;         *  OFF    All debugging information, for functions with built-in
  65. ;                     debugging capabilities, is not displayed.  Individual
  66. ;                     functions may display debugging information as 
  67. ;                     described elsewhere in this file.
  68. ; D_CMD_ARG  
  69. ;            ON     Displays the remaining command line arguments as they
  70. ;                     are processed.
  71. ;         *  OFF
  72. ;
  73. ; D_CR_PART         Shows debugging information for the function that
  74. ;                     creates partitions.
  75. ;            ON
  76. ;         *  OFF
  77. ;
  78. ; D_DET_FR_SPC      Shows debugging information for the function that
  79. ;                     determines the amount of free space available.
  80. ;            ON
  81. ;         *  OFF
  82. ;
  83. ; D_INPUT           Shows debugging information for the function that
  84. ;                     obtains user input.
  85. ;            ON
  86. ;         *  OFF
  87. ;
  88. ; D_PATH     ON     Displays the path to Free FDISK.
  89. ;         *  OFF    Opposite of the above.
  90. ;
  91. ; D_READ_S   ON     Displays the result of a call to void Read_Physical_Sector()
  92. ;         *  OFF
  93. ;
  94. ; DEL_ND_LOG        Allows non-dos logical drives to be deleted.
  95. ;            TRUE
  96. ;         *  FALSE
  97. ;
  98. ; EMULATE_DISK      Emulates the existance of a 6.2 GB hard disk at the
  99. ;                     specified physical location.  The hard disk emulated
  100. ;                     has 784 cylinders, 255 heads, and 63 sectors.  If 
  101. ;                     EMULATE_DISK is not set to off fdisk will automatically
  102. ;                     enter its read only mode.
  103. ;         *  OFF
  104. ;            1 TO 8
  105. ;
  106. ; FLAG_SECTOR       Sector number where the flags will be located.  The 
  107. ;                     default is 2.   
  108. ;            0      Disables sector flagging function.
  109. ;            2 - 64 Flag sector.
  110. ;            256    Set the flag sector to the last sector in the first
  111. ;                     cylinder of the first hard disk.
  112. ;
  113. ; LABEL      ON     Displays "Free FDISK" along the right hand side of the
  114. ;                     screen to help avoid confusion between this program
  115. ;                     and "other" FDISK programs.
  116. ;         *  OFF    No "Free FDISK" label is displayed along the right
  117. ;                     hand side of the screen.
  118. ;
  119. ; MONO       ON     The menus will be displayed without boldfacing the text
  120. ;                     for users of monochrome systems.
  121. ;         *  OFF    The menus have boldfaced text.
  122. ;
  123. ;
  124. ; REBOOT     ON     Free FDISK will reboot the system upon exiting the
  125. ;                     program if changes were made to any partition table.
  126. ;         *  OFF    Free FDISK will not, under any circumstances, reboot
  127. ;                     the system.
  128. ;
  129. ; SET_ANY_ACT       If set to true, will allow the user to set any primary
  130. ;                     partition active.  Otherwise, it will only set DOS
  131. ;                     partition types active.
  132. ;         *  TRUE
  133. ;            FALSE
  134. ;
  135. ; VERSION           Version number that Free FDISK will emulate while the
  136. ;                     user is using the interactive setup.
  137. ;            4      Emulates the MS-FDISK that came with MS-DOS 4.xx.
  138. ;            5      Emulates the MS-FDISK that came with MS-DOS 5.xx. 
  139. ;            6      Emulates the MS-FDISK that came with MS-DOS 6.xx.
  140. ;            W95    Adds support for LBA hard disks.
  141. ;            W95B   Same as W95, with the addition of FAT32 support.
  142. ;         *  W98    Same as W95B
  143. ;            FD     Setting for FreeDOS.  Currently is the same as W95
  144. ;                     with ALLOW_4GB_FAT16 set to TRUE.
  145. ;
  146. ; WRITE   *  ON     Changes will be written the the hard disk(s).
  147. ;            OFF    Changes will not be written to the hard disk(s) and
  148. ;                     a debugging screen will be displayed.
  149. ;
  150. ; XO         ON     Extended options will become available in the menus.
  151. ;         *  OFF    Extended options will not be available in the menus.
  152. ;
  153. ;         * Designates default settings if the fdisk.ini file does not 
  154. ;           exist or the statement is absent from the fdisk.ini file.
  155. ;
  156. ;
  157. ; To override the autodetection of a hard disk with your own drive geometry:
  158. ;     (This function could be used if your BIOS does not correctly detect
  159. ;     the geometry of your hard disk.)
  160. ;
  161. ;     Add the "DRIVE" statement with the syntax of:  DRIVE A-BBBB-CCC-DD
  162. ;
  163. ;     Where:  A   Represents the drive number
  164. ;             B   Represents the number of cylinders
  165. ;             C   Represents the number of heads
  166. ;             D   Represents the number of sectors
  167. ;     i.e.  DRIVE 3-0620-063-64    ->  Sets drive 3 to 620 cylinders, 
  168. ;                                      63 heads, and 64 sectors.
  169. ;     NOTE:  All fields specified in the DRIVE statement MUST be the EXACT
  170. ;            number of characters as indicated above.
  171. ;
  172. ;     WARNING:  If the drive that you are forcing geometry values for
  173. ;               does not exist or the values you enter are greater than
  174. ;               what is supported by the hard disk, unpredictable problems
  175. ;               will occur.
  176. ;
  177. ; Always proceed informational lines with a ";" so that Free FDISK ignores
  178. ;   that line.
  179. ;
  180. ; The items and settings below can be separated by equal signs "=" or spaces.
  181. ;
  182. ; Current settings:
  183. ;
  184.      ALLOW_4GB_FAT16  FALSE
  185.      ALLOW_ABORT      FALSE
  186.      AMBR             OFF
  187.      CHECKEXTRA       FALSE
  188.      COLORS           7
  189.      DEL_ND_LOG       TRUE
  190.      FLAG_SECTOR      2
  191.      LABEL            OFF
  192.      MONO             FALSE
  193.      REBOOT           OFF
  194.      SET_ANY_ACT      FALSE
  195.      VERSION          W98   
  196.      XO               OFF
  197. ;
  198. ; Hard Disk Detection Overrides:
  199. ;    (Replace the "#"s with the correct C/H/S values and remove the ";"
  200. ;    from the beginning of the line to enable an override.)
  201. ;
  202. ;    DRIVE 1-####-###-##
  203. ;    DRIVE 2-####-###-##
  204. ;    DRIVE 3-####-###-##
  205. ;    DRIVE 4-####-###-##
  206. ;    DRIVE 5-####-###-##
  207. ;    DRIVE 6-####-###-##
  208. ;    DRIVE 7-####-###-##
  209. ;    DRIVE 8-####-###-##
  210. ;
  211. ; Uncomment the debugging settings, below, if debugging is compiled in.
  212. ;
  213. ; Debugging settings:
  214. ;
  215. ;    D_ALL        OFF
  216. ;    D_CMD_ARG    OFF
  217. ;    D_CR_PART    OFF
  218. ;    D_DET_FR_SPC OFF
  219. ;    D_INPUT      OFF
  220. ;    D_LBA        OFF
  221. ;    D_PATH       OFF
  222. ;    D_READ_S     OFF
  223. ;    EMULATE_DISK OFF  
  224. ;     
  225. ;    WRITE        ON
  226. ;
  227. ; End of file marker follows, do not remove it.
  228. 999
  229.  
  230.  
  231.